home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1308.dms / var1308.adf / DNETIRC.REA < prev    next >
Text File  |  1992-09-02  |  3KB  |  72 lines

  1. Short: IRC intuition DNet client (dnetlib.o needed)
  2.  
  3.                            --- Amiga IRC ---
  4.                              (DNET Version)
  5.  
  6.                               Version 1.0
  7.                            November 25, 1992
  8.  
  9.                              by Rick Kent
  10.                     Internet: rkent@sparc1.csubak.edu
  11.                              AOL: RickK32
  12.  
  13.  
  14. INTRODUCTION
  15. ------------
  16.  
  17. What is IRC?  IRC stands for Internet Relay Chat.  The original IRC was
  18. designed under Unix for use on the Internet.  It allows people from all
  19. over the world to join in live discussion groups and talk to each other
  20. in a multi-user chat system.  Since its conception, the popularity of IRC
  21. has grown tremendously.  At present, there are usually hundreds of people
  22. online in IRC with well over a hundred live discussion groups.  Although
  23. originally designed under Unix, there are now IRC clients written for other
  24. platforms as well such as the PC and Macintosh, but until now there was no
  25. client package for the Amiga.
  26.  
  27.  
  28. WHAT DO I NEED TO RUN IRC?
  29. --------------------------
  30.  
  31. To run this IRC client package you must have the following:
  32.  
  33.     - Workbench 2.0 (Version 37 or higher)
  34.  
  35.     - DNET Software (Originally designed by Matt Dillon): DNET is a
  36.       serial network communications protocol which allows you to
  37.       run a network connection between two Amiga's or an Amiga and
  38.       a Unix station (similar to SLIP but less complex).
  39.  
  40.     - A Unix shell account which has direct access to the Internet
  41.       (The Unix version of DNET must be installed on this machine).
  42.  
  43.     - The DNET INTERLINK module (included).
  44.  
  45.     - reqtools.library (included).  Note: Reqtools is Copyright (c)
  46.       Nico Francois.
  47.  
  48.  
  49. WHY DO I NEED DNET?
  50. -------------------
  51.  
  52. In order to connect to an IRC server machine on the Internet you must
  53. have some sort of Internet access.  In a standard setup, to use IRC
  54. you would have to have your PC, Mac, Amiga, or whatever connected
  55. directly into the Internet.  The number of Amiga machines with this
  56. kind of direct access is extrememely low.  This is where DNET comes
  57. in.  DNET allows you to start up a serial network connection between
  58. your Amiga and a Unix machine.  If the Unix machine you connect to
  59. is on the Internet, then it becomes possible to access Internet
  60. services.  Once the DNET INTERLINK module is installed on both the
  61. Amiga and Unix machine, then your Amiga has a psuedo-connection to
  62. the Internet.  Properly written DNET clients can then open a BSD
  63. socket-like connection to any site on the Internet.  Thus, the Amiga
  64. IRC client software simply opens a socket connection directly to an
  65. IRC server machine (of your choice) on the Internet.
  66.  
  67. Note: Although this version requires DNET, there is a chance that I may
  68. design another version in the future that will use a standard TCP/IP
  69. connection.  At this time however, I do not have access to an Amiga
  70. that is directly connected into the internet via TCP/IP.
  71.  
  72.